home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 07d.dir / 00126.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  806 b   |  37 lines

  1. on exitFrame
  2.   cursor(-1)
  3.   repeat with i = 5 to 7
  4.     set the cursor of sprite i to 3
  5.   end repeat
  6.   repeat with i = 15 to 17
  7.     set the cursor of sprite i to 3
  8.   end repeat
  9.   repeat with i = 30 to 31
  10.     set the cursor of sprite i to 3
  11.   end repeat
  12.   repeat with i = 47 to 48
  13.     set the cursor of sprite i to 3
  14.   end repeat
  15.   if rollOver(19) then
  16.     set the visible of sprite 9 to 1
  17.   else
  18.     set the visible of sprite 9 to 0
  19.   end if
  20.   if rollOver(20) then
  21.     set the visible of sprite 10 to 1
  22.   else
  23.     set the visible of sprite 10 to 0
  24.   end if
  25.   if rollOver(21) then
  26.     set the visible of sprite 11 to 1
  27.   else
  28.     set the visible of sprite 11 to 0
  29.   end if
  30.   if rollOver(22) then
  31.     set the visible of sprite 12 to 1
  32.   else
  33.     set the visible of sprite 12 to 0
  34.   end if
  35.   go(the frame)
  36. end
  37.